home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / rcode / aboutme.frm (.txt) next >
Encoding:
Visual Basic Form  |  1995-05-08  |  3.6 KB  |  126 lines

  1. VERSION 2.00
  2. Begin Form Form2 
  3.    AutoRedraw      =   -1  'True
  4.    BorderStyle     =   1  'Fixed Single
  5.    ClientHeight    =   2775
  6.    ClientLeft      =   2190
  7.    ClientTop       =   2310
  8.    ClientWidth     =   3150
  9.    ControlBox      =   0   'False
  10.    Height          =   3180
  11.    Left            =   2130
  12.    LinkMode        =   1  'Source
  13.    LinkTopic       =   "Form2"
  14.    ScaleHeight     =   2775
  15.    ScaleWidth      =   3150
  16.    Top             =   1965
  17.    Width           =   3270
  18.    Begin TextBox Works 
  19.       BorderStyle     =   0  'None
  20.       Height          =   375
  21.       Left            =   2160
  22.       TabIndex        =   11
  23.       Text            =   "Works"
  24.       Top             =   2280
  25.       Width           =   735
  26.    End
  27.    Begin CommandButton Command1 
  28.       Caption         =   "OK!"
  29.       Height          =   495
  30.       Left            =   120
  31.       TabIndex        =   8
  32.       Top             =   2160
  33.       Width           =   855
  34.    End
  35.    Begin PictureBox LOGO 
  36.       AutoRedraw      =   -1  'True
  37.       BorderStyle     =   0  'None
  38.       Height          =   495
  39.       Left            =   1920
  40.       Picture         =   ABOUTME.FRX:0000
  41.       ScaleHeight     =   495
  42.       ScaleWidth      =   495
  43.       TabIndex        =   10
  44.       Top             =   1920
  45.       Width           =   495
  46.    End
  47.    Begin PictureBox Picture1 
  48.       AutoRedraw      =   -1  'True
  49.       BorderStyle     =   0  'None
  50.       Height          =   495
  51.       Left            =   2520
  52.       Picture         =   ABOUTME.FRX:0302
  53.       ScaleHeight     =   495
  54.       ScaleWidth      =   495
  55.       TabIndex        =   7
  56.       Top             =   120
  57.       Width           =   495
  58.    End
  59.    Begin Label Label8 
  60.       Caption         =   "(c) PcWorks 1991"
  61.       Height          =   255
  62.       Left            =   120
  63.       TabIndex        =   9
  64.       Top             =   1800
  65.       Width           =   1815
  66.    End
  67.    Begin Label Label7 
  68.       Caption         =   "sheppard@brandonu.ca"
  69.       Height          =   255
  70.       Left            =   240
  71.       TabIndex        =   6
  72.       Top             =   1440
  73.       Width           =   2655
  74.    End
  75.    Begin Label Label4 
  76.       Caption         =   "InterNet:"
  77.       Height          =   255
  78.       Left            =   0
  79.       TabIndex        =   3
  80.       Top             =   1200
  81.       Width           =   855
  82.    End
  83.    Begin Label Label6 
  84.       Caption         =   "Compuserv:72067,1571"
  85.       Height          =   255
  86.       Left            =   0
  87.       TabIndex        =   5
  88.       Top             =   960
  89.       Width           =   1935
  90.    End
  91.    Begin Label Label5 
  92.       Caption         =   "Canada, R7A 1G4"
  93.       Height          =   255
  94.       Left            =   240
  95.       TabIndex        =   4
  96.       Top             =   720
  97.       Width           =   1935
  98.    End
  99.    Begin Label Label3 
  100.       Caption         =   "Brandon, Manitoba"
  101.       Height          =   255
  102.       Left            =   240
  103.       TabIndex        =   2
  104.       Top             =   480
  105.       Width           =   1935
  106.    End
  107.    Begin Label Label2 
  108.       Caption         =   "37 Macleod Drive"
  109.       Height          =   255
  110.       Left            =   240
  111.       TabIndex        =   1
  112.       Top             =   240
  113.       Width           =   1935
  114.    End
  115.    Begin Label Label1 
  116.       Caption         =   "By Brian Sheppard"
  117.       Height          =   255
  118.       Left            =   240
  119.       TabIndex        =   0
  120.       Top             =   0
  121.       Width           =   1935
  122.    End
  123. Sub Command1_Click ()
  124.  Unload FORM2
  125. End Sub
  126.